@charset "utf-8";
/* CSS Document */
html, body, div, span,h1, h2, h3, h4, h5, h6,
p,a,font, img,ul, li,
form,table,tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
body{background-color:#f2f2f2;
font-family: 微软雅黑,"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#363636;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.center{
	margin:0px auto 0px auto;
}
.topArea
{
	margin:0px auto 0px auto;
	width:850px;
	height:60px;
}
.topArea .userName{
	font-size:20px;
	float:left;
}
.topArea .userName a:link {text-decoration: none;font-size:20px;color:#363636;}
.topArea .userName a:visited {text-decoration: none;font-size:20px;color:#363636;}
.topArea .userName a:hover {text-decoration: none;font-size:20px;color:#363636;}
.topArea .userName a:active {text-decoration: none;font-size:20px;color:#363636;}
.userNameA
{
	font-size:24px;
    color:#363636;
}
.topArea .Nav{
	float:right;
}
.topArea .Nav a{color:#a4a4a4;
	font-size:12px;}
.topArea .Nav a.active{color:#363636;}
.topArea .Nav div{
	float:right;
	width:200px;
	text-align:right;
	}
.topArea img
{
    max-width:600px;
}
.mainContainer{
	width:850px;
	margin:0px auto 0px auto;
}
.mainContainer .imageList{
	width:850px;
	height:192px;

}
.mainContainer .imageList img{
	width:850px;
	height:192px;
}
.mainContainer .imageList2{
	width:270px;
	height:140px;
	float:left;
	margin:20px 0px 0px 5px;
}
.mainContainer .imageList2 img{
	width:270px;
	height:140px;
}

.mainContainerUser{
	margin:0px auto 0px auto;
	width:850px;
}
.fontlabel{
	color:#999999;
	font-size:18px;
}
.fontlabel2
{
	color:#999999;
	font-size:12px;
}
.aboutContent
{
    color: #363636;
    font-size:14px;
}
.wordbreak
{
    width:850px;line-height:30px;word-wrap:break-word; table-layout:fixed; overflow:hidden; text-overflow:ellipsis;
}
.wordbreak2
{
    width:430px;line-height:30px;word-wrap:break-word; table-layout:fixed; overflow:hidden; text-overflow:ellipsis;
}
.loader{
	width:70px;
	height:70px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	opacity:0.7;
	z-index:1000;
	background:#fff url(../images/loader.gif) no-repeat center center;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_container{
	width:680px;
	margin:0px auto 0px auto;
	text-align:center;
}
.ps_image_wrapper{
	width:570px;
	height:570px;
	overflow:hidden;
	text-align:center;
}
.ps_image_wrapper img{
	max-height:570px;
	max-width:570px;
}
.ps_container2{
	width:930px;
	margin:0px auto 0px auto;
	text-align:center;
}
.ps_image_wrapper2{
	width:496px;
	height:570px;
	overflow:hidden;
	text-align:center;
}
.ps_image_wrapper2 img{
	max-height:570px;
	max-width:496px;
}
.ps_prev,
.ps_next
{
	width:60px;
	height:100px;
	cursor:pointer;
}
/*
.ps_prev{
	background:transparent url(../images/prev.png) no-repeat center;
}
.ps_next{
	background:transparent url(../images/next.png) no-repeat center;
}
*/
.ps_prev{
	background:transparent url(/PhotoSwipe-4.1.0/dist/default-skin/left.png) no-repeat center;
}
.ps_next{
	background:transparent url(/PhotoSwipe-4.1.0/dist/default-skin/right.png) no-repeat center;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}
ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	width:570px;
	margin:20px auto;
	position:relative;
}
ul.ps_nav li{
	float:left;
	width:80px;
	height:80px;
}
ul.ps_nav li a{
	display:block;
	
}
ul.ps_nav li a:hover,ul.ps_nav li img{
	margin:auto auto;
	width:72px;
	height:72px;
	vertical-align:middle;
	cursor:pointer;
	opacity:0.3;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected img{
	border:2px solid #b5b5b5;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}
ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
ul.ps_nav li.ps_preview span{
	background:transparent url(../images/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}
.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}
.commissionLine
{
    background-image:url(../images/commissionLine.jpg);
    background-repeat:repeat-x;
    height:3px;
    width:100%;
}
.groupimageslist
{
    width:141px; height:141px; float:left; text-align:left;
}
.groupimageslist img
{
    width:130px; height:130px;
}
.newsline
{
    line-height:32px;
}
.newsline2
{
    line-height:26px;
}
.newsline3
{
     height:10px;
}
.newsFont
{
    color:#999999;
	font-size:18px;
}
.newsFont2
{
    color:#999999;
	font-size:12px;
}
.dropdownFont
{
    color:#292929;
    font-size:12px;
}